home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / cupsddk / include / pcl.h < prev    next >
Text File  |  2008-07-18  |  1KB  |  39 lines

  1. /*
  2.  * "$Id: pcl.h 343 2007-07-13 19:52:48Z mike $"
  3.  *
  4.  *   This file contains model number definitions for the CUPS unified
  5.  *   PCL driver.
  6.  *
  7.  *   Copyright 2007 by Apple Inc.
  8.  *   Copyright 1997-2005 by Easy Software Products.
  9.  *
  10.  *   These coded instructions, statements, and computer programs are the
  11.  *   property of Apple Inc. and are protected by Federal copyright
  12.  *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
  13.  *   which should have been included with this file.  If this file is
  14.  *   file is missing or damaged, see the license at "http://www.cups.org/".
  15.  */
  16.  
  17. /* General PCL Support */
  18. #define PCL_PAPER_SIZE        0x1        /* Use ESC&l#A */
  19. #define PCL_INKJET        0x2        /* Use inkjet commands */
  20.  
  21. /* Raster Support */
  22. #define PCL_RASTER_END_COLOR    0x100        /* Use ESC*rC */
  23. #define PCL_RASTER_CID        0x200        /* Use ESC*v#W */
  24. #define PCL_RASTER_CRD        0x400        /* Use ESC*g#W */
  25. #define PCL_RASTER_SIMPLE    0x800        /* Use ESC*r#U */
  26. #define PCL_RASTER_RGB24    0x1000        /* Use 24-bit RGB mode */
  27.  
  28. /* PJL Support */
  29. #define PCL_PJL            0x10000        /* Use PJL Commands */
  30. #define PCL_PJL_PAPERWIDTH    0x20000        /* Use PJL PAPERWIDTH/LENGTH */
  31. #define PCL_PJL_HPGL2        0x40000        /* Enter HPGL2 */
  32. #define PCL_PJL_PCL3GUI        0x80000        /* Enter PCL3GUI */
  33. #define PCL_PJL_RESOLUTION    0x100000    /* Use PJL SET RESOLUTION */
  34.  
  35.  
  36. /*
  37.  * End of "$Id: pcl.h 343 2007-07-13 19:52:48Z mike $".
  38.  */
  39.